Gulf Stream: Intercomparison of current products

Authors: Datlas
Copyright: 2023 Datlas
License: MIT
Gulf Stream: Intercomparison of current products
The notebook aims to intercompare the current products available in the Gulf Stream region.
1. Read current product data
2. Create comparison movie
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[4], line 4
2 dir_output = '../results/'
3 methods = ['DUACS','DDDcurr','SSHSSTprod']
----> 4 ds_maps_list = (ds_maps,ds_maps1,ds_maps2)
NameError: name 'ds_maps' is not defined